home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / man / man-part2 / cat3 / arma.3 next >
Text File  |  1999-09-16  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. arma(1)                        Scilab Function                        arma(1)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. NAME
  12.   arma - Scilab arma library
  13.  
  14. DESCRIPTION
  15.   armac     : this function creates a description as a list of an  ARMAX pro-
  16.             cess
  17.                A(z^-1)y= B(z^-1)u + D(z^-1)sig*e(t)
  18.   armap     : Display in the file out or on the screen the armax equation
  19.             associated with ar
  20.   armax     : is used to identify the coefficients of a n-dimensional ARX
  21.             process
  22.                A(z^-1)y= B(z^-1)u + sig*e(t)
  23.   armax1    : armax1 is used to identify the coefficients of a 1-dimensional
  24.             ARX process
  25.                A(z^-1)y= B(z^-1)u + D(z^-1)sig*e(t)
  26.   arsimul   : armax trajectory simulation
  27.   arspec    : Spectral power estimation of armax processes. Test of  mese and
  28.             arsimul
  29.   exar1     : An  Example of ARMAX identification ( K.J. Astrom) The armax
  30.             process is described by :
  31.                 a=[1,-2.851,2.717,-0.865]
  32.                 b=[0,1,1,1]
  33.                 d=[1,0.7,0.2]
  34.   exar2     : ARMAX example ( K.J. Astrom). A simulation of a bi dimensional
  35.             version of the example of exar1.
  36.   exar3     : Spectral power estimation of arma processes from Sawaragi et
  37.             all where a value of m=18 is used.  Test of  mese and arsimul
  38.   gbruit    : noise generation
  39.   narsimul  : armax simulation ( using rtitr)
  40.   odedi     : Simple tests of ode and arsimul. Tests the option 'discret' of
  41.             ode
  42.   prbs_a    : pseudo random binary sequences generation
  43.   reglin    : Linear regression
  44.  
  45. AUTHOR
  46.   J.P.C
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.